home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Conf / proto.port.alfa < prev    next >
Encoding:
Text File  |  1990-08-08  |  544 b   |  22 lines  |  [TEXT/????]

  1.  
  2. #
  3. # Definitions pertaining to the alphanumeric port (using termcap)
  4. #
  5.  
  6. # Define the name of this port.
  7. # This is used as a subdirectory name where all the objects for this
  8. # port for a given architecture live: $(TOP)/Build/$(ARCH)/$(PORT)
  9. #
  10. PORT=        alfa
  11.  
  12. # Libraries to link with for the X11 port.
  13. # The first part is boilerplate, the rest depends on which other
  14. # libraries your port needs.
  15. #
  16. PORTOWNLIBS=    $(PORTBUILD)/lib/lib.a
  17. PORTSYSLIBS=    $(LIBTERMCAP)
  18. PORTLIBS=    $(PORTOWNLIBS) $(PORTSYSLIBS)
  19.  
  20. # NB: -ltermcap is really OS-specific, sigh.
  21.  
  22.